-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vulkaninfo: Fix unreported extension formats #1098
vulkaninfo: Fix unreported extension formats #1098
Conversation
Changes the format support check to compare against the device extensions instead of the instance extensions.
Author andy-poole-samsung not on autobuild list. Waiting for curator authorization before starting CI build. |
1 similar comment
Author andy-poole-samsung not on autobuild list. Waiting for curator authorization before starting CI build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Holy COW. Thank you for finding and fixing! This bug has been here for literal years, possibly a decade. Its so old is predates the big vulkaninfo rewrite in 2019!
CI Vulkan-Tools build queued with queue ID 406519. |
CI Vulkan-Tools build # 1661 running. |
No problem! One of my colleagues noticed it in our testing so we're glad to fix it 😃 |
At first I thought it couldn't possibly be a real bug - often times I've found that the code was right, then became wrong on rewrite/refactor. Well, this one was very much wrong from way back when. Appreciate your colleague having some eagle eyes to spot this. |
CI Vulkan-Tools build # 1661 passed. |
Changes the format support check to compare against the device extensions instead of the instance extensions.